DC.hasAttribute(stringAttributeName) Shorthand: DC.hasAttr(stringAttributeName) Description: Returns true or false if the specified attribute is already set on DC.wrapper. Returns: Boolean: true if attribute is set, false otherwise. Example: var isSet = DC.hasAttribute("aria-label");